projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64199d4
)
rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP
author
Philipp Tomsich
<
[email protected]
>
Wed, 31 May 2017 15:59:36 +0000
(17:59 +0200)
committer
Simon Glass
<
[email protected]
>
Thu, 8 Jun 2017 03:30:50 +0000
(21:30 -0600)
With video output support for the RK3399-Q7 (Puma) available, we want
CMD_BMP enabled and the support for 16bit, 24bit and 32bit BMPs
defined.
Signed-off-by: Philipp Tomsich <
[email protected]
>
Version-changes: 2
- enable SYS_WHITE_ON_BLACK via defconfig
Reviewed-by: Simon Glass <
[email protected]
>
include/configs/puma_rk3399.h
patch
|
blob
|
history
diff --git
a/include/configs/puma_rk3399.h
b/include/configs/puma_rk3399.h
index ece8bba4140623bec7883277cbd57eb48ad212ff..af1dae88eda002fa71c23f9cfaa1ba1f65a9ec61 100644
(file)
--- a/
include/configs/puma_rk3399.h
+++ b/
include/configs/puma_rk3399.h
@@
-26,4
+26,8
@@
#define CONFIG_SERIAL_TAG
#define CONFIG_ENV_OVERWRITE
+#define CONFIG_BMP_16BPP
+#define CONFIG_BMP_24BPP
+#define CONFIG_BMP_32BPP
+
#endif